.. _MFPMediaItem_GetMetadata: ======================== MFPMediaItem_GetMetadata ======================== Gets a property store that contains metadata for the source, such as author or title. :: MFPMediaItem_GetMetadata PROTO pMediaItem:DWORD, ppMetadataStore:DWORD **Parameters** * ``pMediaItem`` - A pointer to the Media Item (`IMFPMediaItem `_) object. * ``ppMetadataStore`` - A pointer to a DWORD variable to store the pMetadataStore object (`IPropertyStore `_) **Returns** TRUE if successful or FALSE otherwise. **Notes** TRUE if successful or FALSE otherwise. The caller must release the interface. **See Also** :ref:`MFPMediaItem_GetCharacteristics`, :ref:`MFPMediaItem_GetPresentationAttribute`, :ref:`MFPMediaItem_GetStreamAttribute`